To demonstrate the benefits of Docker Compose we are going to create a simple Nodejs “Hello World” application which will run on three Docker Nodejs containers. HTTP requests will be distributed to these Nodejs nodes by an HAProxy instance running on another Docker container.
